/* 浏览器默认样式清除 */

html,
body,
div,
span,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
abbr,
address,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
samp,
small,
strong,
sub,
sup,
var,
b,
i,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    outline: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

p,
h1,
h2,
h3,
h4,
h5,
h6,
strong,
q,
blockquote,
hr,
address,
code,
pre,
b,
i,
sub,
span,
sup,
em {
    font-style: normal;
    letter-spacing: 1px;
    line-height: 1;
    font-weight: initial;
}

body {
    line-height: 1;
    color: #231915;
    font-size: 14px;
    text-decoration: none;
     font-family: "Sour-Medium", "华文细黑", arial, sans-serif; 
    /*font-family: 'Noto Serif', 'Noto Serif CJK SC', 'Noto Serif CJK', 'Source Han Serif SC', ‘Source Han Serif’, source-han-serif-sc, serif;*/
}

.swiper-container {
    width: 100%;
    height: 100%;
}
.heiti {
    font-family: "Sour-Regular";
}
/*.heiti {*/
/*    font-family: "Source Han Sans CN", "noto sans";*/
/*}*/

:focus {
    outline: 1;
}

article,
aside,
canvas,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section,
summary {
    display: block;
}

nav ul {
    list-style: none;
}

li {
    list-style: none;
}

ul {
    margin-bottom: 0;
    list-style-type: none;
}

blockquote,
q {
    quotes: none;
}

blockquote:before,
blockquote:after,
q:before,
q:after {
    content: '';
    content: none;
}

a {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    vertical-align: baseline;
    background: transparent;
}

a:hover,
a:visited,
a:active,
a:link {
    text-decoration: none
}

ins {
    background-color: #ff9;
    color: #000;
    text-decoration: none;
}

mark {
    background-color: #ff9;
    color: #000;
    font-style: italic;
    font-weight: bold;
}

del {
    text-decoration: line-through;
}

abbr[title],
dfn[title] {
    border-bottom: 1px dotted #000;
    cursor: help;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #cccccc;
    margin: 1em 0;
    padding: 0;
}

input,
select {
    vertical-align: middle;
}

img {
    vertical-align: middle;
    image-rendering: -webkit-optimize-contrast;
    object-fit: cover;
    object-position: center;
}

a {
    color: #332c2b;
}

button:focus,
input:focus {
    outline: none;
}


/*声明 思源字体-Medium*/

@font-face {
    font-family: 'Sour-Medium';
    src: url('https://cdn.cn-dd.com/SourceHanSerifCN-Medium.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}


/*声明 思源字体-Medium end*/


/*声明 思源字体-Regular*/

@font-face {
    font-family: 'Sour-Regular';
    src: url('https://cdn.cn-dd.com/SourceHanSansCN-Regular.otf') format("opentype");
    font-weight: normal;
    font-style: normal;
}


/*声明 思源字体-Regular end*/


/*  */


/*  */


/* 全局 */

.cont {
    width: 12rem;
    margin: 0 auto;
}

.fl {
    float: left
}

.fr {
    float: right
}

.flex {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.disp {
    display: -webkit-flex;
    display: -o-flex;
    display: -moz-flex;
    display: flex;
}

.wrap {
    flex-wrap: -webkit-wrap;
    flex-wrap: -o-wrap;
    flex-wrap: -moz-wrap;
    flex-wrap: wrap;
}

.align {
    align-items: center;
}

.jsp {
    justify-content: space-between;
}

.cl {
    clear: both;
}

.center {
    text-align: center;
}

.ri {
    text-align: right;
}

.le {
    text-align: left;
}

.wid1 {
    width: 10%;
}

.wid2 {
    width: 20%;
}

.wid3 {
    width: 30%;
}

.wid4 {
    width: 40%;
}

.wid5 {
    width: 50%;
}

.wid6 {
    width: 60%;
}

.wid7 {
    width: 70%;
}

.wid8 {
    width: 80%;
}

.wid9 {
    width: 90%;
}

.wid10 {
    width: 100%;
}